Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Fix random failure in OgMembershipTest::testGetSetCreatedTime(). #503

Merged
merged 1 commit into from
May 13, 2019

Conversation

pfrenssen
Copy link
Contributor

CreatedItem::applyDefaultValue() is responsible for setting the created time on a newly created entity but still depends on the deprecated REQUEST_TIME constant. Switch back to this to avoid random failures when the time service is instantiated one second after the request time is set.

Fixes #502

CreatedItem::applyDefaultValue() is responsible for setting the created time
on a newly created entity but still depends on the deprecated REQUEST_TIME
constant. Switch back to this to avoid random failures when the time service
is instantiated one second after the request time is set.
@pfrenssen pfrenssen merged commit 0470846 into 8.x-1.x May 13, 2019
@pfrenssen pfrenssen deleted the rft-testgetsetcreatedtime branch May 13, 2019 15:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Random failure in OgMembershipTest::testGetSetCreatedTime()
2 participants